• Error: Unable to load "ICUWrapper.dll" or one of its dependancies

    I'm working on an MS Word Add-in that accesses SDL File-based TM. Everything is fine when the add-in is started inside VS 2017 in debugging mode, but the error appears everytime when the add-in is started in release mode or outside VS 2017 environment…
  • How to call SDL API to translate a language in c# ?

    How to call SDL API to translate a language in c# ? I am translating a language from Arabic to English in c#. I want to call the SDL API and do the same. I want a sample code to do the translation process.